home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / soundu / midp041d.zip / MIDAS.TXT < prev    next >
Text File  |  1994-06-30  |  5KB  |  108 lines

  1.         MIDAS Sound System information / FAQ
  2.         ------------------------------------
  3.  
  4. MIDAS Sound System is Copyright 1994 Petteri Kangaslampi and
  5. Jarno Paananen. This file contains some information about MIDAS
  6. Sound System and answers to some questions we have received
  7. lately. It should be accurate, but as MIDAS is under constant
  8. development some information here may already be out of date as
  9. you see this file.
  10.  
  11. MIDAS Sound System is a music and sound system for Borland C,
  12. Pascal and Assembler programmers. It features up to 32 channels
  13. of digitized sound, with real-time mixing on soundcards that do
  14. not support more channels on hardware. MIDAS mixing routines
  15. allow freely selectable sampling rate, volume and panning on all
  16. channels, so that they are suitable for music as well as sound
  17. effects.
  18.  
  19. MIDAS currently supports Gravis Ultra Sound, Creative Labs Sound
  20. Blaster series (normal SB, SBPro and SB 16), Media Vision Pro
  21. Audio Spectrum series (normal PAS, PAS+ and PAS 16), and
  22. Microsoft Windows Sound System. We will add support to any sound
  23. card supporting digital sound without constant CPU usage (DMA or
  24. similar), provided that we can get the programming information
  25. and a soundcard for testing.
  26.  
  27. MIDAS mixing routines are fast, and use 16-bit mixing on all
  28. soundcards for maximum quality. Coming in the near future is
  29. faster raw 8-bit mixing for 8-bit soundcards (with lower
  30. quality), and additinional sound amplifying for 8-bit higher
  31. quality mixing routines for better sound quality.
  32.  
  33. MIDAS Sound System allows several different Module Players for
  34. maximum compatability. There are currently two Module Players,
  35. for Scream Tracker 3 and Pro Tracker modules, which are believed
  36. to be the most compatible players on PC, naturally excluding
  37. Tammilehto's own STMIK. Both Module Players implement a great
  38. amount of undocumented features and bugs found in the original
  39. players, so that all modules can be played correctly. Adding new
  40. Module Players for other format is fast and easy, as the
  41. existing ones can be used as a basis.
  42.  
  43. Although MIDAS Sound System is packed with features, it does not
  44. take very much memory. All unwanted components, like different
  45. Module Players, can be easily left out, and even the ones that
  46. will be linked into the application can be reduced from
  47. unnecessary data, such as module command names etc. In addition
  48. to this, MIDAS fully supports EMS memory for both sample and
  49. pattern data. Thus playing a 500kb module requires, when using
  50. 16-bit stereo, only approximately 35kb of memory plus the
  51. executable code.
  52.  
  53. MIDAS also includes a timer system for playing the music in
  54. background, featuring built-in screen synchronization. This way
  55. it is possible to change, for example, the screen start address
  56. and palette in interrupt, effectively using triple-buffering
  57. etc, while still playing the music in background on all sound
  58. cards. This also ensures that no Vertical Retraces will be
  59. missed even on slow computer.
  60.  
  61. And most importantly: MIDAS will be available free of charge
  62. with all source code included! We know that we are probably
  63. crazy doing this, but we want to give all demo and free game
  64. programmers a good music system to work with.
  65.  
  66. MIDAS Sound System may be used free of charge for free 
  67. programs like demos or freeware games, but for commercial 
  68. (including ShareWare) separate commercial licensing is
  69. required. Prices for commercial licenses are from $500USD up
  70. per product, depending on how much extra work is required 
  71. from our part. Other licensing methods, including royalties 
  72. or a larger one-time fee for unlimited use are also possible.
  73. Contact us for details.
  74.  
  75. MIDAS Sound System is not available yet for the public, as it is
  76. still under heavy development and testing. We are trying to get
  77. it into beta testing condition as soon as possible, and will
  78. release the beta version for public testing. It will at least be
  79. uploaded to some of the bigger FTP-sites. We will post the
  80. information at least to comp.sys.ibm.pc.soundcard,
  81. comp.sys.ibm.pc.demos and rec.games.programmer when MIDAS is
  82. available.
  83.  
  84.  
  85. For more information about MIDAS Sound System, contact us:
  86. email:
  87.         pekanga@freeport.uwasa.fi (Petteri Kangaslampi)
  88.         gurus2@freeport.uwasa.fi (Jarno Paananen)
  89.         Jarno_Paananen@sonata.fipnet.fi (Jarno Paananen, 
  90.                 might be faster)
  91.  
  92. voice:
  93.         +358-31-646764 (Petteri Kangaslampi)
  94.         +358-31-3422147 (Jarno Paananen)
  95.         Please restrict your calls to 10.00 - 21.30, Finnish
  96.         time.
  97.  
  98. normal mail:
  99.         Petteri Kangaslampi
  100.         Simeoninkuja 4
  101.         FIN-36240 Kangasala 4
  102.         Finland
  103.  
  104.         Jarno Paananen
  105.         Puskalantie 6
  106.         FIN-37120 Nokia
  107.         Finland
  108.